home *** CD-ROM | disk | FTP | other *** search
/ CD Actual 90 / CD Actual 90.iso / Software3D / VirtualLight / VLight1.3win32.exe / Examples / Level1 / Particles.vs < prev    next >
Encoding:
Text File  |  2002-10-07  |  361 b   |  12 lines

  1. ReadArchive "statics.vib"
  2.  
  3. static dt = TWO_PI / AnimationLength
  4.  
  5. static simplesurf = PlainSurface [ Kd 0.8 Ks(0.2, '1,1,1') BlinnSpecularBRDF 20 ]
  6.  
  7. static simple_blue = Shader [ simplesurf [ Color '0,0,1' ] ]
  8.  
  9. static simple_red = Shader [ simplesurf [ Color '0.8,0.1,0' ] ]
  10.  
  11. static matte_yellow = Shader [ PlainSurface [ Color '0.5,0.5,0' Kd 0.9 ] ]
  12.